home *** CD-ROM | disk | FTP | other *** search
- object frmPassword: TfrmPassword
- Left = 374
- Top = 335
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Passwort setzen'
- ClientHeight = 130
- ClientWidth = 292
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poMainFormCenter
- Scaled = False
- OnKeyDown = FormKeyDown
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object lPasswordHint: TLabel
- Left = 8
- Top = 56
- Width = 169
- Height = 49
- AutoSize = False
- Caption = 'lPasswordHint'
- Visible = False
- WordWrap = True
- end
- object lPasswordDesc: TLabel
- Left = 8
- Top = 8
- Width = 73
- Height = 13
- Caption = 'lPasswordDesc'
- end
- object cbMask: TCheckBox
- Left = 8
- Top = 112
- Width = 177
- Height = 17
- Caption = 'Passwort maskieren'
- Checked = True
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- State = cbChecked
- TabOrder = 0
- OnClick = cbMaskClick
- end
- object OkBtn: TButton
- Left = 200
- Top = 8
- Width = 85
- Height = 25
- Caption = 'OK'
- Default = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = OkBtnClick
- end
- object CancelBtn: TButton
- Left = 200
- Top = 40
- Width = 85
- Height = 25
- Cancel = True
- Caption = 'Abbrechen'
- TabOrder = 3
- OnClick = CancelBtnClick
- end
- object PWord: TEdit
- Left = 8
- Top = 26
- Width = 169
- Height = 21
- PasswordChar = '*'
- TabOrder = 1
- OnKeyDown = FormKeyDown
- end
- end
-